function futureBarJump(to){
if (to.indexOf('http')<0) return
else {
var newWin = window.top.open(to,'futureBarNewWin','location=yes,toolbar=yes,status=yes,menubar=yes,resizable=yes,titlebar=yes,scrollbars=yes,directories =yes')
newWin.focus()
}
}
document.write ('
 | ')
function NS6Resize () {
if (window.innerWidth>560) document.getElementById ("futureBarTable").setAttribute("width", window.innerWidth)
}
if (document.getElementById && !document.all) window.addEventListener ("resize", NS6Resize, false)
if (document.all || document.getElementById) document.write (' | ')
document.write ('
')
function startFutureBar () {
if (document.all) {
document.all.futureBarIFrame.src = "http://www.futurenet.com/affiliates/scripts/futurebar_ticker.asp"
setTimeout ('document.all.futureBarIFrame.style.visibility = "visible"', 5000)
}
else if (document.getElementById) {
document.getElementById("futureBarIFrame").setAttribute ("src", "http://www.futurenet.com/affiliates/scripts/futurebar_ticker.asp")
document.getElementById ("futureBarIFrame").style.visibility = "visible"
}
}